Back to index

CL-Markdown

Link: http://example.com/.

With an ampersand: http://example.com/?foo=1&bar=2

Auto-links should not occur here: <http://example.com/>

or here: <http://example.com/> 

Markdown

Link: http://example.com/.

With an ampersand: http://example.com/?foo=1&bar=2

Blockquoted: http://example.com/

Auto-links should not occur here: <http://example.com/>

or here: <http://example.com/>

HTML Difference

Insert: 3, Delete: 0, Replace 0

Link: http://example.com/.

With an ampersand: http://example.com/?foo=1&bar=2

  • Blockquoted: http://example.com/

  • Auto-links should not occur here: <http://example.com/>

    or here: <http://example.com/>
    <http://example.com/> 
    
    

    HTML from CL Markdown

    <p>
    Link: <a href="http://example.com/">
    http://example.com/</a>
    .</p>
    
    <p>
    With an ampersand: <a href=
    "http://example.com/?foo=1&amp;bar=2">
    http://example.com/?foo=1&amp;bar=2</a>
    </p>
    
    <ul>
    
    <li>
    In a list?</li>
    
    <li>
    <a href="http://example.com/">
    http://example.com/</a>
    </li>
    
    <li>
    It should.</li>
    
    <li style="list-style: none">
    
    <p>
    Blockquoted: <a href=
    "http://example.com/">
    http://example.com/</a>
    </p>
    
    </li>
    
    </ul>
    
    <p>
    Auto-links should not occur here:
    <code>
    &lt;http://example.com/&gt;</code>
    </p>
    
    <pre>
    
    <code>
    or here: &lt;http://example.com/&gt; 
    </code>
    
    </pre>
    

    Original source

    Link: <http://example.com/>
    .
    
    With an ampersand: <http://example.com/?foo=1&bar=2>
    
    
    * In a list?
    * <http://example.com/>
    
    * It should.
    
    >
     Blockquoted: <http://example.com/>
    
    
    Auto-links should not occur here: `<http://example.com/>
    `
    
    	or here: <http://example.com/>